Functions | |
| unsigned long | RI_GetDLLHeaderVersion () |
| Get the version number of the header. | |
| unsigned long | RI_GetDLLVersion () |
| Get the version number of the dll. | |
Variables | |
| const unsigned long | m_RI_DLLHeaderVersion = 901 |
| Version number of the header. | |
|
|
Function to access the version number of the header.
|
|
|
Returns the version number of the dll. If the version is not tested, you are doomed :).
|
|
|
Both, the dll and the header have a version number. Check the version number to avoid problems due to no different versions. The version number has 6 digits xx.xx.xx.
Do not access the version number directly. Use the function RI_GetDLLHeaderVersion instead. |
1.4.4